home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Updaters / WhiteCap 3.2.2.sea / WhiteCap 3.2.2 / (into Visual Plug-ins) / WhiteCap Configs / Radial Wipe < prev    next >
Text File  |  1999-10-28  |  755b  |  61 lines

  1. // Radial Wipe  by Dr. Lex   (1999-10-16)
  2. //              dr.lex@cryogen.com
  3. //              http://cryogen.com/dr.lex
  4.  
  5. // This is my first attempt at a WhiteCap config. I hope it doesn't blow up your machine!
  6.  
  7. Resn=10,
  8.  
  9. Durn="9.42",
  10.  
  11. CamX="40 * sin( .3 * t )",
  12. CamY="100 * cos( .3333 * t )",
  13. CamZ="80 * sin( .4 * t )",
  14.  
  15. CmLX="0",
  16. CmLY="0",
  17. CmLZ="0",
  18.  
  19. CUpX="0",
  20. CUpY="0",
  21. CUpZ="1",
  22.  
  23.  
  24. widt=240,heig=240,
  25.  
  26. ConL=1,ConB=0,
  27.  
  28. Fall="0.75",
  29.  
  30.  
  31. C0=".6667 * st",
  32. C1="1 - dt",
  33. C2="C1 ^ .33",
  34. C3="c1 * .5 * exp( -3 * dt )",
  35. D0="60 * s",
  36. D1="mag( 1-s )",
  37.  
  38. R="d1 * c2",
  39. G="c3 + .5 * d1 * c1",
  40. B="c1",
  41.  
  42. LvlR="1",
  43. LvlG="0",
  44. LvlB="0",
  45.  
  46. C4="12 * cos( dt )",
  47. C5="sin( c0 )",
  48. C6="cos( c0 )",
  49.  
  50. X="d0 * c6",
  51. Y="d0 * c5",
  52. Z="c4 * d1",
  53.  
  54.  
  55. Scal="500",
  56. ScSz=1,
  57.  
  58. Pers="100",
  59.  
  60.  
  61. Vers=30